go.opentelemetry.io/otel/trace/internal/telemetry.protoUint64.Uint64 (method, view implemented interface methods)
4 uses
go.opentelemetry.io/otel/trace/internal/telemetry (current package)
number.go#L45: func (i *protoUint64) Uint64() uint64 { return uint64(*i) }
span.go#L205: v := int64(min(val.Uint64(), math.MaxInt64)) // nolint: gosec // Overflow checked.
span.go#L210: v := int64(min(val.Uint64(), math.MaxInt64)) // nolint: gosec // Overflow checked.
span.go#L364: v := int64(min(val.Uint64(), math.MaxInt64)) // nolint: gosec // Overflow checked.
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |